entry completion: Use a popover
authorMatthias Clasen <mclasen@redhat.com>
Sat, 20 Apr 2019 04:32:29 +0000 (04:32 +0000)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 28 May 2019 20:25:13 +0000 (20:25 +0000)
commitc3c33ac1686403bcb6ecd32798bea126764438e9
tree0e59de5ede4a4f5b63f9cc6e4c8c97e4d8d1691f
parent0d25233e3900e151e2176749f8b40b726d1effad
entry completion: Use a popover

This lets us remove a use of GTK_WINDOW_POPUP,
which should eventually be going away.

We need to disable treeview search, since it
creates a toplevel that will disrupt our grabbing
popup, causing it to be dismissed.

We don't need to grab ourselves, since the popover
code does it for us. We don't need to reposition our
window, since the popover takes care of that too.
gtk/gtkentrycompletion.c